2. The time complexity of the linear search algorithm over an array of n elements is
You must be logged in to post a comment.
You must be logged in to post a comment.
4. The worst-case time required to search a given element in a sorted linked list of length n is
You must be logged in to post a comment.
You must be logged in to post a comment.
5. Which of the following sorting algorithms does not have a worst-case running time of O(n2)?
You must be logged in to post a comment.
You must be logged in to post a comment.
You must be logged in to post a comment.